home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / oper_sys / emerald / emrldsys.lha / Language / Compiler / opNames.h < prev    next >
C/C++ Source or Header  |  1990-08-16  |  303b  |  18 lines

  1. /*
  2.  * @(#)opNames.h    1.1  3/17/89
  3.  */
  4. #ifndef opNames_h
  5. #define opNames_h
  6.  
  7. #define OIDBLOCKSIZE 16
  8.  
  9. void ON_initialize();
  10. void ON_finalize();
  11. OID AllocateOID(), AllocateOIDS();
  12. OID ON_Translate(/* s */);
  13. /* char *s; */
  14. char *ON_Name(/* id */);
  15. /* OID id; */
  16. char *SigName(), *ATName(), *STName();
  17. #endif
  18.